home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #16 / 2001 CD 16 (Black).iso / K-CS.DCR / 00457_FadeOut.ls < prev    next >
Encoding:
Text File  |  2001-10-25  |  209 b   |  16 lines

  1. on new me
  2.   set the blend of sprite 2 to 100
  3. end
  4.  
  5. on mouseDown
  6.   set the blend of sprite 2 to 30
  7. end
  8.  
  9. on mouseUp
  10.   set the blend of sprite 2 to 100
  11. end
  12.  
  13. on mouseLeave me
  14.   set the blend of sprite 2 to 100
  15. end
  16.